Metadata-Version: 1.1
Name: propertypro-scrapper
Version: 1.1
Summary: A scraper that helps scrape a housing website propertypro
Home-page: https://github.com/Ifyokoh/
Author: Ifeoma Okoh
Author-email: odibest1893@gmail.com
License: MIT
Description: Propertypro Scraper
        -------------------
        A data collection tool that helps scrape a housing website propertypro
        Installation
        ----------------
        
        to use the package in your notebook:
        
        ``!pip install propertypro-scrapper==1.1``
        
        ``from propertypro.propertypro import Propertypro``
        
        
        Usage
        --------
        
        - scraper = Propertypro()
        
        - scraper.scrape_data(100, ["enugu"])
        
Keywords: scraper
Platform: UNKNOWN
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
